projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00eaaa3
)
* configure.in: Recognize Linux as a valid operating system for
author
Jim Blandy
<jimb@redhat.com>
Thu, 20 May 1993 00:56:54 +0000
(
00:56
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 20 May 1993 00:56:54 +0000
(
00:56
+0000)
the i386.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index d5a226bdfa8edc381701cc581e57b24052156767..7b80b4d375e8007a66a286b8faa4f7471018bc3a 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-552,6
+552,7
@@
case "${configuration}" in
*-isc* ) opsys=isc3-0 ;;
*-esix* ) opsys=esix ;;
*-xenix* ) opsys=xenix ;;
+ *-linux* ) opsys=linux ;;
*-sco3.2v4* ) opsys=sco4 ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac